home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 November / cd joystick no120 novembre 2000 cd 1.iso / data / demos / gunlok / data1.cab / Program_Executable_Files / scripts / mplay_canyon.gls < prev    next >
Text File  |  2000-08-22  |  13KB  |  720 lines

  1. /************/
  2. /* INCLUDES */
  3. /************/
  4.  
  5. // n.b. when multiple inclusion is prevented some of these will be automatically included by others as required
  6.  
  7. // default things to inherit our objects from
  8.  
  9. #include "defaults.gsh"
  10.  
  11. // good guys
  12.  
  13. #include "frend.gsh"
  14. #include "hark.gsh"
  15. #include "gunlok.gsh"
  16.  
  17. // bad guys
  18.  
  19. //#include "claw.gsh"
  20. //#include "stalker.gsh"
  21. //#include "drone.gsh"
  22. //#include "centipede.gsh"
  23. //#include "rex.gsh"
  24. //#include "cyberdog.gsh"
  25. //#include "cranium_turret.gsh"
  26. //#include "battler_turret.gsh"
  27. //#include "walking_mine.gsh"
  28. //#include "reaper.gsh"
  29. //#include "scuttler.gsh"
  30. //#include "popup_turret.gsh"
  31. //#include "wall_turret.gsh"
  32. #include "fishy.gsh"
  33. #include "frogs head.gsh"
  34. #include "penguin.gsh"
  35. #include "gunical.gsh"
  36. //#include "gun-tusser.gsh"
  37. #include "guncraft.gsh"
  38. #include "klig ship.gsh"
  39. //#include "star.gsh"
  40. //#include "wing fish.gsh"
  41. #include "x-rotuse.gsh"
  42. //#include "spug gun.gsh"
  43. #include "stingray.gsh"
  44. #include "tulip.gsh"
  45. #include "shouldercrab.gsh"
  46. //#include "pulse.gsh"
  47. //#include "gunter.gsh"
  48.  
  49. // neutral things
  50.  
  51. // #include "robodozer.gsh"
  52. #include "tumbleweed.gsh"
  53. #include "crate.gsh"
  54. #include "wall_multifrag.gsh"
  55. #include "technobox_multifrag.gsh"
  56.  
  57. // fires
  58.  
  59. #include "carfire.gsh"
  60. #include "oilfire.gsh"
  61.  
  62. /*********/
  63. /* NOTES */
  64. /*********/
  65.  
  66. /**********/
  67. /* SHAPES */
  68. /**********/
  69. // world objects
  70.  
  71. shape Shp_gasframe_A
  72. {
  73.     file "levels\mplay_canyon.rif"
  74.     name "gasframe A"
  75. }
  76. shape Shp_gasframe_AA
  77. {
  78.     file "levels\mplay_canyon.rif"
  79.     name "gasframe AA"
  80. }
  81. shape Shp_gasframe_B
  82. {
  83.     file "levels\mplay_canyon.rif"
  84.     name "gasframe B"
  85. }
  86. shape Shp_gasframe_BB
  87. {
  88.     file "levels\mplay_canyon.rif"
  89.     name "gasframe BB"
  90. }
  91. shape Shp_gasframe_C
  92. {
  93.     file "levels\mplay_canyon.rif"
  94.     name "gasframe C"
  95. }
  96. shape Shp_gasframe_CC
  97. {
  98.     file "levels\mplay_canyon.rif"
  99.     name "gasframe CC"
  100. }
  101. shape Shp_gastank_A
  102. {
  103.     file "levels\mplay_canyon.rif"
  104.     name "gastank A"
  105. }
  106. shape Shp_gastank_AA
  107. {
  108.     file "levels\mplay_canyon.rif"
  109.     name "gastank AA"
  110. }
  111. shape Shp_gastank_B
  112. {
  113.     file "levels\mplay_canyon.rif"
  114.     name "gastank B"
  115. }
  116. shape Shp_gastank_BB
  117. {
  118.     file "levels\mplay_canyon.rif"
  119.     name "gastank BB"
  120. }
  121. shape Shp_gastower_A
  122. {
  123.     file "levels\mplay_canyon.rif"
  124.     name "gastower A"
  125. }
  126. shape Shp_gastower_AA
  127. {
  128.     file "levels\mplay_canyon.rif"
  129.     name "gastower AA"
  130. }
  131. shape Shp_ROOTPIPE_AA
  132. {
  133.     file "levels\mplay_canyon.rif"
  134.     name "ROOTPIPE AA"
  135. }
  136. shape Shp_ROOTPIPE_BB
  137. {
  138.     file "levels\mplay_canyon.rif"
  139.     name "ROOTPIPE BB"
  140. }
  141. shape Shp_ROOTPIPE_CC
  142. {
  143.     file "levels\mplay_canyon.rif"
  144.     name "ROOTPIPE CC"
  145. }
  146. shape Shp_ROOTPIPE_DD
  147. {
  148.     file "levels\mplay_canyon.rif"
  149.     name "ROOTPIPE DD"
  150. }
  151. shape Shp_ROOTSUBPIPE_AA
  152. {
  153.     file "levels\mplay_canyon.rif"
  154.     name "ROOTSUBPIPE AA"
  155. }
  156. shape Shp_ROOTSUBPIPE_BB
  157. {
  158.     file "levels\mplay_canyon.rif"
  159.     name "ROOTSUBPIPE BB"
  160. }
  161. shape Shp_SATDISH_A
  162. {
  163.     file "levels\mplay_canyon.rif"
  164.     name "SATDISH A"
  165. }
  166. shape Shp_SATDISH_B
  167. {
  168.     file "levels\mplay_canyon.rif"
  169.     name "SATDISH B"
  170. }
  171. shape Shp_shantyhouses_A
  172. {
  173.     file "levels\mplay_canyon.rif"
  174.     name "Shantyhouses A"
  175. }
  176. shape Shp_shantyhouses_B
  177. {
  178.     file "levels\mplay_canyon.rif"
  179.     name "Shantyhouses B"
  180. }
  181. shape Shp_JUNKPILE_C
  182. {
  183.     file "objects\JUNKPILE C.rif"
  184.     name "JUNKPILE C"
  185. }
  186. shape Shp_JUNKPILE_CB
  187. {
  188.     file "objects\JUNKPILE C.rif"
  189.     name "JUNKPILE CB"
  190. }
  191. shape Shp_JUNKPILE_CC
  192. {
  193.     file "objects\JUNKPILE C.rif"
  194.     name "JUNKPILE CC"
  195. }
  196. shape Shp_JUNKPILE_CD
  197. {
  198.     file "objects\JUNKPILE C.rif"
  199.     name "JUNKPILE CD"
  200. }
  201. shape Shp_JUNKPILE_CE
  202. {
  203.     file "objects\JUNKPILE C.rif"
  204.     name "JUNKPILE CE"
  205. }
  206. shape Shp_JUNKPILE_CF
  207. {
  208.     file "objects\JUNKPILE C.rif"
  209.     name "JUNKPILE CF"
  210. }
  211. shape Shp_JUNKPILE_CG
  212. {
  213.     file "objects\JUNKPILE C.rif"
  214.     name "JUNKPILE CG"
  215. }
  216. shape Shp_JUNKPILE_D
  217. {
  218.     file "objects\JUNKPILE D.rif"
  219.     name "JUNKPILE D"
  220. }
  221. shape Shp_JUNKPILE_DB
  222. {
  223.     file "objects\JUNKPILE D.rif"
  224.     name "JUNKPILE DB"
  225. }
  226. shape Shp_JUNKPILE_DC
  227. {
  228.     file "objects\JUNKPILE D.rif"
  229.     name "JUNKPILE DC"
  230. }
  231. shape Shp_JUNKPILE_DD
  232. {
  233.     file "objects\JUNKPILE D.rif"
  234.     name "JUNKPILE DD"
  235. }
  236. shape Shp_JUNKPILE_DE
  237. {
  238.     file "objects\JUNKPILE D.rif"
  239.     name "JUNKPILE DE"
  240. }
  241. shape Shp_JUNKPILE_DF
  242. {
  243.     file "objects\JUNKPILE D.rif"
  244.     name "JUNKPILE DF"
  245. }
  246. shape Shp_JUNKPILE_DG
  247. {
  248.     file "objects\JUNKPILE D.rif"
  249.     name "JUNKPILE DG"
  250. }
  251. shape Shp_GARBAGE_H
  252. {
  253.     file "objects\GARBAGE H.rif"
  254.     name "GARBAGE H"
  255. }
  256. shape Shp_GARBAGE_HB
  257. {
  258.     file "objects\GARBAGE H.rif"
  259.     name "GARBAGE HB"
  260. }
  261. shape Shp_GARBAGE_HC
  262. {
  263.     file "objects\GARBAGE H.rif"
  264.     name "GARBAGE HC"
  265. }
  266. shape Shp_GARBAGE_HD
  267. {
  268.     file "objects\GARBAGE H.rif"
  269.     name "GARBAGE HD"
  270. }
  271. shape Shp_GARBAGE_HE
  272. {
  273.     file "objects\GARBAGE H.rif"
  274.     name "GARBAGE HE"
  275. }
  276. shape Shp_GARBAGE_HF
  277. {
  278.     file "objects\GARBAGE H.rif"
  279.     name "GARBAGE HF"
  280. }
  281. shape Shp_GARBAGE_HG
  282. {
  283.     file "objects\GARBAGE H.rif"
  284.     name "GARBAGE HG"
  285. }
  286. shape Shp_GARBAGE_I
  287. {
  288.     file "objects\GARBAGE I.rif"
  289.     name "GARBAGE I"
  290. }
  291. shape Shp_GARBAGE_IB
  292. {
  293.     file "objects\GARBAGE I.rif"
  294.     name "GARBAGE IB"
  295. }
  296. shape Shp_GARBAGE_IC
  297. {
  298.     file "objects\GARBAGE I.rif"
  299.     name "GARBAGE IC"
  300. }
  301. shape Shp_GARBAGE_ID
  302. {
  303.     file "objects\GARBAGE I.rif"
  304.     name "GARBAGE ID"
  305. }
  306. shape Shp_GARBAGE_IE
  307. {
  308.     file "objects\GARBAGE I.rif"
  309.     name "GARBAGE IE"
  310. }
  311. shape Shp_GARBAGE_IF
  312. {
  313.     file "objects\GARBAGE I.rif"
  314.     name "GARBAGE IF"
  315. }
  316. shape Shp_GARBAGE_IG
  317. {
  318.     file "objects\GARBAGE I.rif"
  319.     name "GARBAGE IG"
  320. }
  321.  
  322. /**********/
  323. /* ROLES  */
  324. /**********/
  325.  
  326. // world objects
  327.  
  328. role Rol_gasframe_A : Rol_PlacedObject
  329. {
  330.     shape Shp_gasframe_A
  331. }
  332. role Rol_gasframe_AA : Rol_PlacedObject
  333. {
  334.     shape Shp_gasframe_AA
  335. }
  336. role Rol_gasframe_B : Rol_PlacedObject
  337. {
  338.     shape Shp_gasframe_B
  339. }
  340. role Rol_gasframe_BB : Rol_PlacedObject
  341. {
  342.     shape Shp_gasframe_BB
  343. }
  344. role Rol_gasframe_C : Rol_PlacedObject
  345. {
  346.     shape Shp_gasframe_C
  347. }
  348. role Rol_gasframe_CC : Rol_PlacedObject
  349. {
  350.     shape Shp_gasframe_CC
  351. }
  352. role Rol_gastank_A : Rol_PlacedObject
  353. {
  354.     shape Shp_gastank_A
  355. }
  356. role Rol_gastank_AA : Rol_PlacedObject
  357. {
  358.     shape Shp_gastank_AA
  359. }
  360. role Rol_gastank_B : Rol_PlacedObject
  361. {
  362.     shape Shp_gastank_B
  363. }
  364. role Rol_gastank_BB : Rol_PlacedObject
  365. {
  366.     shape Shp_gastank_BB
  367. }
  368. role Rol_gastower_A : Rol_PlacedObject
  369. {
  370.     shape Shp_gastower_A
  371. }
  372. role Rol_gastower_AA : Rol_PlacedObject
  373. {
  374.     shape Shp_gastower_AA
  375. }
  376. role Rol_ROOTPIPE_AA : Rol_PlacedObject
  377. {
  378.     shape Shp_ROOTPIPE_AA
  379. }
  380. role Rol_ROOTPIPE_BB : Rol_PlacedObject
  381. {
  382.     shape Shp_ROOTPIPE_BB
  383. }
  384. role Rol_ROOTPIPE_CC : Rol_PlacedObject
  385. {
  386.     shape Shp_ROOTPIPE_CC
  387. }
  388. role Rol_ROOTPIPE_DD : Rol_PlacedObject
  389. {
  390.     shape Shp_ROOTPIPE_DD
  391. }
  392. role Rol_ROOTSUBPIPE_AA : Rol_PlacedObject
  393. {
  394.     shape Shp_ROOTSUBPIPE_AA
  395. }
  396. role Rol_ROOTSUBPIPE_BB : Rol_PlacedObject
  397. {
  398.     shape Shp_ROOTSUBPIPE_BB
  399. }
  400. role Rol_SATDISH_A : Rol_PlacedObject
  401. {
  402.     shape Shp_SATDISH_A
  403. }
  404. role Rol_SATDISH_B : Rol_PlacedObject
  405. {
  406.     shape Shp_SATDISH_B
  407. }
  408. role Rol_shantyhouses_A : Rol_PlacedObject
  409. {
  410.     shape Shp_shantyhouses_A
  411. }
  412. role Rol_shantyhouses_B : Rol_PlacedObject
  413. {
  414.     shape Shp_shantyhouses_B
  415. }
  416. role Rol_Junkpile_C : Rol_DefaultJunkpile
  417. {
  418.     shape Shp_JUNKPILE_C
  419. }
  420. role Rol_Junkpile_CB : Rol_DefaultJunkpile
  421. {
  422.     shape Shp_JUNKPILE_CB
  423. }
  424. role Rol_Junkpile_CC : Rol_DefaultJunkpile
  425. {
  426.     shape Shp_JUNKPILE_CC
  427. }
  428. role Rol_Junkpile_CD : Rol_DefaultJunkpile
  429. {
  430.     shape Shp_JUNKPILE_CD
  431. }
  432. role Rol_Junkpile_CE : Rol_DefaultJunkpile
  433. {
  434.     shape Shp_JUNKPILE_CE
  435. }
  436. role Rol_Junkpile_CF : Rol_DefaultJunkpile
  437. {
  438.     shape Shp_JUNKPILE_CF
  439. }
  440. role Rol_Junkpile_CG : Rol_DefaultJunkpile
  441. {
  442.     shape Shp_JUNKPILE_CG
  443. }
  444. role Rol_Junkpile_D : Rol_DefaultJunkpile
  445. {
  446.     shape Shp_JUNKPILE_D
  447. }
  448. role Rol_Junkpile_DB : Rol_DefaultJunkpile
  449. {
  450.     shape Shp_JUNKPILE_DB
  451. }
  452. role Rol_Junkpile_DC : Rol_DefaultJunkpile
  453. {
  454.     shape Shp_JUNKPILE_DC
  455. }
  456. role Rol_Junkpile_DD : Rol_DefaultJunkpile
  457. {
  458.     shape Shp_JUNKPILE_DD
  459. }
  460. role Rol_Junkpile_DE : Rol_DefaultJunkpile
  461. {
  462.     shape Shp_JUNKPILE_DE
  463. }
  464. role Rol_Junkpile_DF : Rol_DefaultJunkpile
  465. {
  466.     shape Shp_JUNKPILE_DF
  467. }
  468. role Rol_Junkpile_DG : Rol_DefaultJunkpile
  469. {
  470.     shape Shp_JUNKPILE_DG
  471. }
  472. role Rol_Garbage_H : Rol_DefaultGarbage
  473. {
  474.     shape Shp_GARBAGE_H
  475. }
  476. role Rol_Garbage_HB : Rol_DefaultGarbage
  477. {
  478.     shape Shp_GARBAGE_HB
  479. }
  480. role Rol_Garbage_HC : Rol_DefaultGarbage
  481. {
  482.     shape Shp_GARBAGE_HC
  483. }
  484. role Rol_Garbage_HD : Rol_DefaultGarbage
  485. {
  486.     shape Shp_GARBAGE_HD
  487. }
  488. role Rol_Garbage_HE : Rol_DefaultGarbage
  489. {
  490.     shape Shp_GARBAGE_HE
  491. }
  492. role Rol_Garbage_HF : Rol_DefaultGarbage
  493. {
  494.     shape Shp_GARBAGE_HF
  495. }
  496. role Rol_Garbage_HG : Rol_DefaultGarbage
  497. {
  498.     shape Shp_GARBAGE_HG
  499. }
  500. role Rol_Garbage_I : Rol_DefaultGarbage
  501. {
  502.     shape Shp_GARBAGE_I
  503. }
  504. role Rol_Garbage_IB : Rol_DefaultGarbage
  505. {
  506.     shape Shp_GARBAGE_IB
  507. }
  508. role Rol_Garbage_IC : Rol_DefaultGarbage
  509. {
  510.     shape Shp_GARBAGE_IC
  511. }
  512. role Rol_Garbage_ID : Rol_DefaultGarbage
  513. {
  514.     shape Shp_GARBAGE_ID
  515. }
  516. role Rol_Garbage_IE : Rol_DefaultGarbage
  517. {
  518.     shape Shp_GARBAGE_IE
  519. }
  520. role Rol_Garbage_IF : Rol_DefaultGarbage
  521. {
  522.     shape Shp_GARBAGE_IF
  523. }
  524. role Rol_Garbage_IG : Rol_DefaultGarbage
  525. {
  526.     shape Shp_GARBAGE_IG
  527. }
  528.  
  529. /***********/
  530. /* THE MAP */
  531. /***********/
  532.  
  533. map /* _THE_ map - doesnt need a label */
  534. {
  535.     file "levels\mplay_canyon.rif"
  536.     name "Land"
  537.     bitmap none // obsolete
  538.     camera plane none
  539.     max camera distance 100 // TBD exactly
  540.     shadow object rif "levels\mplay_canyon_shadow.rif"
  541.     shadow object name "Land"
  542.  
  543.     // PLAYERS TROOPS
  544.  
  545.     use Rol_Hark in team 1 for
  546.         "Goodie A" as "hark"
  547.  
  548.     use Rol_Hark in team 1 for
  549.         "Goodie B" as "hark"
  550.  
  551.     use Rol_Frend in team 1 for
  552.         "Goodie C" as "frend"
  553.  
  554.     use Rol_GunLok in team 3 for
  555.         "Goodie D" as "frend"
  556.  
  557.     use Rol_GunLok in team 3 for
  558.         "Goodie E" as "gunlok"
  559.  
  560.     use Rol_Hark in team 3 for
  561.         "Goodie F" as "hark"
  562.  
  563.     // AI'S TROOPS
  564.  
  565.     // NEUTRAL OBJECTS
  566.  
  567. use Rol_gasframe_A in team 0 for
  568. "gasframe A" 
  569.  
  570. use Rol_gasframe_AA in team 0 for
  571. "gasframe AA" 
  572.  
  573. use Rol_gasframe_B in team 0 for
  574. "gasframe B" 
  575.  
  576. use Rol_gasframe_BB in team 0 for
  577. "gasframe BB" 
  578.  
  579. use Rol_gasframe_C in team 0 for
  580. "gasframe C" 
  581.  
  582. use Rol_gasframe_CC in team 0 for
  583. "gasframe CC" 
  584.  
  585. use Rol_gastank_A in team 0 for
  586. "gastank A" 
  587.  
  588. use Rol_gastank_AA in team 0 for
  589. "gastank AA" 
  590.  
  591. use Rol_gastank_B in team 0 for
  592. "gastank B" 
  593.  
  594. use Rol_gastank_BB in team 0 for
  595. "gastank BB" 
  596.  
  597. use Rol_gastower_A in team 0 for
  598. "gastower A" 
  599.  
  600. use Rol_gastower_AA in team 0 for
  601. "gastower AA" 
  602.  
  603. use Rol_ROOTPIPE_AA in team 0 for
  604. "ROOTPIPE AA" 
  605.  
  606. use Rol_ROOTPIPE_BB in team 0 for
  607. "ROOTPIPE BB" 
  608.  
  609. use Rol_ROOTPIPE_CC in team 0 for
  610. "ROOTPIPE CC" 
  611.  
  612. use Rol_ROOTPIPE_DD in team 0 for
  613. "ROOTPIPE DD" 
  614.  
  615. use Rol_ROOTSUBPIPE_AA in team 0 for
  616. "ROOTSUBPIPE AA" 
  617.  
  618. use Rol_ROOTSUBPIPE_BB in team 0 for
  619. "ROOTSUBPIPE BB" 
  620.  
  621. use Rol_SATDISH_A in team 0 for
  622. "SATDISH A" 
  623.  
  624. use Rol_SATDISH_B in team 0 for
  625. "SATDISH B" 
  626.  
  627. use Rol_shantyhouses_A in team 0 for
  628. "shantyhouses_A" 
  629.  
  630. use Rol_shantyhouses_B in team 0 for
  631. "shantyhouses_B" 
  632.  
  633.     use Rol_Junkpile_C in team 0 for
  634.         "JUNKPILE C" as "JUNKPILE_C"
  635.  
  636.     use Rol_Junkpile_C in team 0 for
  637.         "JUNKPILE CB" as "JUNKPILE_CB"
  638.     
  639.     use Rol_Junkpile_C in team 0 for
  640.         "JUNKPILE CC" as "JUNKPILE_CC"
  641.  
  642.     use Rol_Junkpile_C in team 0 for
  643.         "JUNKPILE CD" as "JUNKPILE_CD"
  644.  
  645.     use Rol_Junkpile_C in team 0 for
  646.         "JUNKPILE CE" as "JUNKPILE_CE"
  647.  
  648.     use Rol_Junkpile_C in team 0 for
  649.         "JUNKPILE CF" as "JUNKPILE_CF"
  650.  
  651.     use Rol_Junkpile_C in team 0 for
  652.         "JUNKPILE CG" as "JUNKPILE_CG"
  653.  
  654.     use Rol_Junkpile_D in team 0 for
  655.         "JUNKPILE D" as "JUNKPILE_D"
  656.  
  657.     use Rol_Junkpile_D in team 0 for
  658.         "JUNKPILE DB" as "JUNKPILE_DB"
  659.  
  660.     use Rol_Junkpile_D in team 0 for
  661.         "JUNKPILE DC" as "JUNKPILE_DC"
  662.  
  663.     use Rol_Junkpile_D in team 0 for
  664.         "JUNKPILE DD" as "JUNKPILE_DD"
  665.  
  666.     use Rol_Junkpile_D in team 0 for
  667.         "JUNKPILE DE" as "JUNKPILE_DE"
  668.  
  669.     use Rol_Junkpile_D in team 0 for
  670.         "JUNKPILE DF" as "JUNKPILE_DF"
  671.  
  672.     use Rol_Junkpile_D in team 0 for
  673.         "JUNKPILE DG" as "JUNKPILE_DG
  674.  
  675.     use Rol_Garbage_H in team 0 for
  676.         "GARBAGE H" as "GARBAGE_H"
  677.  
  678.     use Rol_Garbage_H in team 0 for
  679.         "GARBAGE HB" as "GARBAGE_HB"
  680.  
  681.     use Rol_Garbage_H in team 0 for
  682.         "GARBAGE HC" as "GARBAGE_HC"
  683.  
  684.     use Rol_Garbage_H in team 0 for
  685.         "GARBAGE HD" as "GARBAGE_HD"
  686.  
  687.     use Rol_Garbage_H in team 0 for
  688.         "GARBAGE HE" as "GARBAGE_HE"
  689.  
  690.     use Rol_Garbage_H in team 0 for
  691.         "GARBAGE HF" as "GARBAGE_HF"
  692.  
  693.     use Rol_Garbage_H in team 0 for
  694.         "GARBAGE HG" as "GARBAGE_HG"
  695.  
  696.     use Rol_Garbage_I in team 0 for
  697.         "GARBAGE I" as "GARBAGE_I"
  698.  
  699.     use Rol_Garbage_I in team 0 for
  700.         "GARBAGE IB" as "GARBAGE_IB"
  701.  
  702.     use Rol_Garbage_I in team 0 for
  703.         "GARBAGE IC" as "GARBAGE_IC"
  704.  
  705.     use Rol_Garbage_I in team 0 for
  706.         "GARBAGE ID" as "GARBAGE_ID"
  707.  
  708.     use Rol_Garbage_I in team 0 for
  709.         "GARBAGE IE" as "GARBAGE_IE"
  710.  
  711.     use Rol_Garbage_I in team 0 for
  712.         "GARBAGE IF" as "GARBAGE_IF"
  713.  
  714.     use Rol_Garbage_I in team 0 for
  715.         "GARBAGE IG" as "GARBAGE_IG"
  716.  
  717.  
  718.  
  719.  
  720. }